home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PUBLIC / MASTERS / REWRITE < prev    next >
Text File  |  1992-12-30  |  779b  |  30 lines

  1. # ==============                                    NOSview [301]
  2. # /spool/rewrite
  3. # ==============
  4. # Read the rewrite file for lines where the first word is a
  5. # regular expression and the second word are rewriting rules.
  6. #
  7. # The special character '$' followed by a digit denotes the
  8. # string that matched a '*' character.
  9. #
  10. # The '*' characters are numbered from 1 to 9.
  11. #
  12. # Example: the line "*@*.* $2@$1.ampr.org" would rewrite the
  13. #          address "foo@bar.xxx" to "bar@foo.ampr.org".
  14. #
  15. *@gb7bil pbbs_net
  16. *@gb7* $1%gb7$2@gb7bil r
  17. *@ns9bob.ampr.org $1
  18. *@ns9bob.ampr $1
  19. *@ns9bob $1
  20.  
  21. *@zz* $1%zz$2@zzz
  22. #
  23. *!*!*!*!*!*!* $7%$6@$5@$4@$3@$2@$1
  24. *!*!*!*!*!* $6%$5@$4@$3@$2@$1
  25. *!*!*!*!* $5%$4@$3@$2@$1
  26. *!*!*!* $4%$3@$2@$1
  27. *!*!* $3%$2@$1
  28. *!* $2@$1
  29. !* $1 r
  30.